mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
refactor: use flakes with deploy-rs & nixos-hardware
This commit is contained in:
parent
b1ef65594a
commit
d17c2b69a0
81 changed files with 1179 additions and 317 deletions
22
flake.nix
Normal file
22
flake.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
description = "NixOS configuration";
|
||||
inputs = {
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
nix.url = "github:NixOS/nix/2.8.0";
|
||||
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";
|
||||
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