update flake & add my st to inputs
This commit is contained in:
parent
52861877da
commit
70e4d4f7a2
2 changed files with 78 additions and 7 deletions
|
|
@ -11,6 +11,7 @@
|
|||
url = "github:nix-community/nixGL";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
st-flexipatch.url = "https://git.antoinevaure.fr/ant/st-flexipatch/archive/master.zip";
|
||||
};
|
||||
|
||||
outputs = { ... }@inputs:
|
||||
|
|
@ -36,6 +37,9 @@
|
|||
{
|
||||
home.packages = [ nixgl.nixGLIntel ];
|
||||
}
|
||||
{
|
||||
home.packages = [ inputs.st-flexipatch.packages.${system}.st ];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue