mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
add stunkymonkey home-page as source
This commit is contained in:
parent
987f43dd63
commit
819c842620
2 changed files with 23 additions and 1 deletions
19
flake.lock
generated
19
flake.lock
generated
|
@ -258,7 +258,8 @@
|
|||
"nixos-hardware": "nixos-hardware",
|
||||
"nixpkgs": "nixpkgs_3",
|
||||
"nixpkgs-unstable": "nixpkgs-unstable",
|
||||
"sops-nix": "sops-nix"
|
||||
"sops-nix": "sops-nix",
|
||||
"stunkymonkey": "stunkymonkey"
|
||||
}
|
||||
},
|
||||
"rust-analyzer-src": {
|
||||
|
@ -298,6 +299,22 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"stunkymonkey": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1653819201,
|
||||
"narHash": "sha256-AjAknv1Pjhc0xVJnd8kPbtpkamFLcSZYSijc26vhMxw=",
|
||||
"owner": "Stunkymonkey",
|
||||
"repo": "stunkymonkey.de",
|
||||
"rev": "0cc4ef8757886c4b85e0d8e1bf4c0f6a58ac0dd8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "Stunkymonkey",
|
||||
"repo": "stunkymonkey.de",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"utils": {
|
||||
"locked": {
|
||||
"lastModified": 1637014545,
|
||||
|
|
|
@ -12,6 +12,11 @@
|
|||
deploy-rs.url = "github:input-output-hk/deploy-rs";
|
||||
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
|
||||
stunkymonkey = {
|
||||
url = "github:Stunkymonkey/stunkymonkey.de";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
outputs = { ... } @ args: import ./outputs.nix args;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue