removed flake2
This commit is contained in:
parent
c8b71e2a2f
commit
1bac00a404
19
flake2.nix
19
flake2.nix
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
description = "A simple flake for a nix-shell";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }:
|
||||
let
|
||||
lib = nixpkgs.lib;
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
hp-laptop-lho = lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./configuration.nix ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue