ops: update flake for arcexprs

This commit is contained in:
Kat Inskip 2025-07-13 07:11:18 -07:00
parent f6d114ebd0
commit a72a61f475
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 13 additions and 12 deletions

23
flake.lock generated
View file

@ -5,17 +5,17 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1752414221, "lastModified": 1752415765,
"narHash": "sha256-bNoZ0uNtrnOFNwMCXwn/LXUGMeF1JtB1uOXVd9o68nY=", "narHash": "sha256-bNoZ0uNtrnOFNwMCXwn/LXUGMeF1JtB1uOXVd9o68nY=",
"owner": "kittywitch", "owner": "arcnmx",
"repo": "arcexprs", "repo": "nixexprs",
"rev": "a0d0985afe77fc3cfa8320fb1cdf39cbfdc6c020", "rev": "9550baa43a7fb2358fca8c498aacb5f3efb49b89",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "kittywitch", "owner": "arcnmx",
"ref": "master", "ref": "master",
"repo": "arcexprs", "repo": "nixexprs",
"type": "github" "type": "github"
} }
}, },
@ -999,11 +999,12 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1751271578, "lastModified": 1733205999,
"narHash": "sha256-P/SQmKDu06x8yv7i0s8bvnnuJYkxVGBWLWHaU+tt4YY=", "narHash": "sha256-ospvtfltUSDx1N/Sb2sx+ztyrag9urXZjUXUT/K3sl0=",
"path": "/nix/store/h2bn031b0fj0ymv9v7bv5rcdjx58y2l9-source", "owner": "NixOS",
"rev": "3016b4b15d13f3089db8a41ef937b13a9e33a8df", "repo": "nixpkgs",
"type": "path" "rev": "fcc6fd8761d9979517225721b2d4b6e672ff4da3",
"type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",

View file

@ -312,7 +312,7 @@
}; };
# a bunch of modules (also arcnmx is good) # a bunch of modules (also arcnmx is good)
arcexprs = { arcexprs = {
url = "github:kittywitch/arcexprs/master"; url = "github:arcnmx/nixexprs/master";
}; };
base16 = { base16 = {
url = "github:arcnmx/base16.nix/flake"; url = "github:arcnmx/base16.nix/flake";