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

View file

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