add hibernate option
This commit is contained in:
parent
a4e239898c
commit
6b601bfa4b
2 changed files with 17 additions and 1 deletions
14
custom/input-leap/flake.nix
Normal file
14
custom/input-leap/flake.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
description = "A very basic flake";
|
||||
|
||||
outputs = { self, nixpkgs }:
|
||||
let
|
||||
pkgs = import nixpkgs {system = "x86_64-linux";};
|
||||
in {
|
||||
|
||||
packages.x86_64-linux.hello = pkgs.callPackage ./default.nix {};
|
||||
|
||||
packages.x86_64-linux.default = self.packages.x86_64-linux.hello;
|
||||
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue