This commit is contained in:
chaos 2024-09-04 18:59:13 +01:00
parent f8a09c24cd
commit ba8fc6c394
No known key found for this signature in database
3 changed files with 8 additions and 11 deletions

View file

@ -120,18 +120,16 @@
},
"nixpkgs-unstable": {
"locked": {
"dirtyRev": "7acf6b2e9bfbe69b730fd708792f132d8d16ee2a-dirty",
"dirtyShortRev": "7acf6b2e9-dirty",
"lastModified": 1725470891,
"narHash": "sha256-Row7FQps79x5dOGHjpbcE1gfU6J4qvPPciXBqxRcwnY=",
"owner": "chaoticryptidz",
"repo": "nixpkgs",
"rev": "7acf6b2e9bfbe69b730fd708792f132d8d16ee2a",
"type": "github"
"narHash": "sha256-3vK8aKbwbBPKGlGMKvLjHrJjXeHQ7Vsm9ewDTtKpmW4=",
"type": "git",
"url": "file:/home/chaos/nixpkgs"
},
"original": {
"owner": "chaoticryptidz",
"ref": "patch-4",
"repo": "nixpkgs",
"type": "github"
"type": "git",
"url": "file:/home/chaos/nixpkgs"
}
},
"nixpkgs_2": {

View file

@ -12,7 +12,7 @@
# nixpkgs Unstable Inputs
#nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-unstable.url = "github:chaoticryptidz/nixpkgs/patch-4";
nixpkgs-unstable.url = "github:chaoticryptidz/nixpkgs/awawa";
home-manager-unstable.url = "github:nix-community/home-manager";
home-manager-unstable.inputs.nixpkgs.follows = "nixpkgs-unstable";

View file

@ -30,5 +30,4 @@ in {
(import "${self}/overlay")
];
};
environment.etc."nixpkgs-commit".text = inputs.nixpkgs-unstable.rev;
}