flake: remove unused

This commit is contained in:
Felix Buehler 2022-06-03 23:33:25 +02:00
parent 165778f672
commit b8b79c5fc0
3 changed files with 39 additions and 473 deletions

View file

@ -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;
}