local nixpkgs

This commit is contained in:
Noa Aarts 2024-06-18 14:17:59 +02:00
parent 69d4a0fca2
commit 4d22b233c3
2 changed files with 12 additions and 15 deletions

19
flake.lock generated
View file

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

View file

@ -2,11 +2,9 @@
description = "Nixos config flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
# nixpkgs.url = "git+file:///home/noa/Documents/programming/nixpkgs?rev=0b0b7cefcce7f67bd56e2903be34db579b22528a";
# nixpkgs.url = "github:NixOS/nixpkgs/d8e0944e6d2ce0f326040e654c07a410e2617d47";
# nixpkgs.url = "github:nixos/nixpkgs/master";
# nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
nixpkgs.url = "git+file:///home/noa/Documents/programming/nixpkgs";
nix-colors = {
url = "github:misterio77/nix-colors";