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

View file

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