back to unstable-small

This commit is contained in:
Noa Aarts 2024-06-18 14:43:12 +02:00
parent 4d22b233c3
commit 124ec70fe1
2 changed files with 11 additions and 11 deletions

19
flake.lock generated
View file

@ -605,17 +605,18 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1718711883, "lastModified": 1718676766,
"narHash": "sha256-A7pCPkH1Sqe4auvre6ePK4yaSVOoK3nsjnj3fPlmCQk=", "narHash": "sha256-0se0JqeNSZcNmqhsHMN9N4cVV/XkPhtSVJwhLs2RGUg=",
"ref": "refs/heads/master", "owner": "nixos",
"rev": "1432cb1d743b331f6202ac051cd9f162502cb38c", "repo": "nixpkgs",
"revCount": 640841, "rev": "31e107dc564e53cf2843bedf6a8b85faa2f845e3",
"type": "git", "type": "github"
"url": "file:///home/noa/Documents/programming/nixpkgs"
}, },
"original": { "original": {
"type": "git", "owner": "nixos",
"url": "file:///home/noa/Documents/programming/nixpkgs" "ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
} }
}, },
"pre-commit-hooks-nix": { "pre-commit-hooks-nix": {

View file

@ -3,8 +3,7 @@
inputs = { inputs = {
# nixpkgs.url = "github:nixos/nixpkgs/master"; # nixpkgs.url = "github:nixos/nixpkgs/master";
# nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
nixpkgs.url = "git+file:///home/noa/Documents/programming/nixpkgs";
nix-colors = { nix-colors = {
url = "github:misterio77/nix-colors"; url = "github:misterio77/nix-colors";