Compare commits

...

2 commits

Author SHA1 Message Date
42ac8bee8c
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/e381a1288138aceda0ac63db32c7be545b446921' (2024-05-21)
  → 'github:nixos/nixpkgs/6132b0f6e344ce2fe34fc051b72fb46e34f668e0' (2024-05-30)
2024-05-31 14:50:53 -05:00
4fcd597b6d
update nix vendor hash 2024-05-31 14:50:48 -05:00
2 changed files with 5 additions and 5 deletions

View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1716312448,
"narHash": "sha256-PH3w5av8d+TdwCkiWN4UPBTxrD9MpxIQPDVWctlomVo=",
"lastModified": 1717112898,
"narHash": "sha256-7R2ZvOnvd9h8fDd65p0JnB7wXfUvreox3xFdYWd1BnY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e381a1288138aceda0ac63db32c7be545b446921",
"rev": "6132b0f6e344ce2fe34fc051b72fb46e34f668e0",
"type": "github"
},
"original": {

View file

@ -22,7 +22,7 @@
in
{
devShells = forAllSystems (pkgs: {
default = pkgs.mkShell {
default = pkgs.mkShell {
packages = with pkgs; [go];
};
});
@ -32,7 +32,7 @@
pname = "hyprman";
version = "unstable";
src = cleanSource ./.;
vendorHash = "sha256-eKeUhS2puz6ALb+cQKl7+DGvm9Cl+miZAHX0imf9wdg=";
vendorHash = "sha256-bv087tnyoFJmHwrTn0GQ5xDD1r1nYVKBsKSIvcif2bc=";
nativeBuildInputs = with pkgs; [installShellFiles];