mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
flake: remove unused
This commit is contained in:
parent
165778f672
commit
b8b79c5fc0
3 changed files with 39 additions and 473 deletions
11
flake.nix
11
flake.nix
|
@ -7,16 +7,11 @@
|
|||
nixpkgs.url = "nixpkgs/nixos-22.05";
|
||||
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
|
||||
|
||||
haskellNix.url = "github:input-output-hk/haskell.nix/14f740c7c8f535581c30b1697018e389680e24cb";
|
||||
cncli.url = "github:AndrewWestberg/cncli";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||
deploy.url = "github:input-output-hk/deploy-rs";
|
||||
deploy.inputs.nixpkgs.follows = "fenix/nixpkgs";
|
||||
deploy.inputs.fenix.follows = "fenix";
|
||||
|
||||
deploy-rs.url = "github:input-output-hk/deploy-rs";
|
||||
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
fenix.url = "github:nix-community/fenix";
|
||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
styx.url = "github:disassembler/styx";
|
||||
};
|
||||
outputs = { ... } @ args: import ./outputs.nix args;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue