Compare commits
No commits in common. "nix" and "fork" have entirely different histories.
2 changed files with 0 additions and 52 deletions
27
flake.lock
generated
27
flake.lock
generated
|
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1753345091,
|
||||
"narHash": "sha256-CdX2Rtvp5I8HGu9swBmYuq+ILwRxpXdJwlpg8jvN4tU=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "3ff0e34b1383648053bba8ed03f201d3466f90c9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-25.05",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
"version": 7
|
||||
}
|
||||
25
flake.nix
25
flake.nix
|
|
@ -1,25 +0,0 @@
|
|||
# NOTE: this devshell exists because I'm scared of my
|
||||
{
|
||||
description = "FHS compliant devshell for Billie Hilton's g CLI";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
}: let
|
||||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
fhs = pkgs.buildFHSEnv {
|
||||
name = "g-fhs-shell";
|
||||
targetPkgs = pkgs:
|
||||
with pkgs; [
|
||||
shellcheck
|
||||
];
|
||||
};
|
||||
in {
|
||||
devShells.${system}.default = fhs.env;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue