Updates to flake inputs upstream
This commit is contained in:
parent
8c6aed8678
commit
f5a6b93395
|
@ -403,11 +403,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1639853480,
|
||||
"narHash": "sha256-FV9LBcA/hh0DIBb7JzmcDjXDq6wJP46NALsMW0orfbc=",
|
||||
"lastModified": 1639926329,
|
||||
"narHash": "sha256-GhNfhleCMoZ9+f7rh5YVPQIfoYV6Ehzgvku0DYcqf84=",
|
||||
"ref": "master",
|
||||
"rev": "4954bd4e6c5d784740bee169aa7db7850fcfd5e0",
|
||||
"revCount": 58,
|
||||
"rev": "902966263e785d1b36d55f917ba34680ae854a14",
|
||||
"revCount": 60,
|
||||
"type": "git",
|
||||
"url": "https://git.fudo.org/fudo-nix/home.git"
|
||||
},
|
||||
|
|
|
@ -4,10 +4,7 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-21.05";
|
||||
|
||||
fudo-home = {
|
||||
url = "git+https://git.fudo.org/fudo-nix/home.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
fudo-home.url = "git+https://git.fudo.org/fudo-nix/home.git";
|
||||
|
||||
# This MUST be a clean git repo, because we use the timestamp.
|
||||
fudo-entities = {
|
||||
|
|
Loading…
Reference in New Issue