diff --git a/flake.lock b/flake.lock index e5e5f17..65dea74 100644 --- a/flake.lock +++ b/flake.lock @@ -605,17 +605,18 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1718711883, - "narHash": "sha256-A7pCPkH1Sqe4auvre6ePK4yaSVOoK3nsjnj3fPlmCQk=", - "ref": "refs/heads/master", - "rev": "1432cb1d743b331f6202ac051cd9f162502cb38c", - "revCount": 640841, - "type": "git", - "url": "file:///home/noa/Documents/programming/nixpkgs" + "lastModified": 1718676766, + "narHash": "sha256-0se0JqeNSZcNmqhsHMN9N4cVV/XkPhtSVJwhLs2RGUg=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "31e107dc564e53cf2843bedf6a8b85faa2f845e3", + "type": "github" }, "original": { - "type": "git", - "url": "file:///home/noa/Documents/programming/nixpkgs" + "owner": "nixos", + "ref": "nixos-unstable-small", + "repo": "nixpkgs", + "type": "github" } }, "pre-commit-hooks-nix": { diff --git a/flake.nix b/flake.nix index b63db6c..041199b 100644 --- a/flake.nix +++ b/flake.nix @@ -3,8 +3,7 @@ inputs = { # nixpkgs.url = "github:nixos/nixpkgs/master"; - # nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; - nixpkgs.url = "git+file:///home/noa/Documents/programming/nixpkgs"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; nix-colors = { url = "github:misterio77/nix-colors";