parent
c7bf2a1b18
commit
2c6bc8215d
3 changed files with 10 additions and 4 deletions
7
flake.lock
generated
7
flake.lock
generated
|
@ -1567,16 +1567,17 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1721891104,
|
"lastModified": 1721480497,
|
||||||
"narHash": "sha256-Kxdo0fWj1gwfM0UXXHVusW+n+IaXF5O9x6++u6WTw8I=",
|
"narHash": "sha256-jBSxLdls1WdkOjBT9Jy/Lqiool9tkMnFDjCe7BEi63o=",
|
||||||
"owner": "matt1432",
|
"owner": "matt1432",
|
||||||
"repo": "nixos-pcsd",
|
"repo": "nixos-pcsd",
|
||||||
"rev": "155642bd943b37c643b26d2f238c2a9ae1efc4e2",
|
"rev": "40731eca8587eea66174089559dc09f9ad2467b4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "matt1432",
|
"owner": "matt1432",
|
||||||
"repo": "nixos-pcsd",
|
"repo": "nixos-pcsd",
|
||||||
|
"rev": "40731eca8587eea66174089559dc09f9ad2467b4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Do not modify! This file is generated.
|
# Do not modify! This file is generated.
|
||||||
|
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
Hyprspace = {
|
Hyprspace = {
|
||||||
|
@ -258,6 +259,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
owner = "matt1432";
|
owner = "matt1432";
|
||||||
repo = "nixos-pcsd";
|
repo = "nixos-pcsd";
|
||||||
|
rev = "40731eca8587eea66174089559dc09f9ad2467b4";
|
||||||
type = "github";
|
type = "github";
|
||||||
};
|
};
|
||||||
piper-src = {
|
piper-src = {
|
||||||
|
@ -322,4 +324,4 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
outputs = inputs: inputs.flakegen ./flake.in.nix inputs;
|
outputs = inputs: inputs.flakegen ./flake.in.nix inputs;
|
||||||
}
|
}
|
|
@ -65,6 +65,9 @@ let
|
||||||
pcsd = mkDep {
|
pcsd = mkDep {
|
||||||
owner = "matt1432";
|
owner = "matt1432";
|
||||||
repo = "nixos-pcsd";
|
repo = "nixos-pcsd";
|
||||||
|
|
||||||
|
# FIXME: fix resource-agents update
|
||||||
|
rev = "40731eca8587eea66174089559dc09f9ad2467b4";
|
||||||
};
|
};
|
||||||
|
|
||||||
headscale = mkDep {
|
headscale = mkDep {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue