remembered to actually stage files

This commit is contained in:
Thorn Avery 2020-10-05 12:25:00 +13:00
parent 55384804b1
commit 7695d225f7
2 changed files with 2 additions and 52 deletions

View File

@ -1,56 +1,7 @@
{ {
"nodes": { "nodes": {
"lowdown-src": {
"flake": false,
"locked": {
"lastModified": 1598695561,
"narHash": "sha256-gyH/5j+h/nWw0W8AcR2WKvNBUsiQ7QuxqSJNXAwV+8E=",
"owner": "kristapsdz",
"repo": "lowdown",
"rev": "1705b4a26fbf065d9574dce47a94e8c7c79e052f",
"type": "github"
},
"original": {
"owner": "kristapsdz",
"repo": "lowdown",
"type": "github"
}
},
"nix": {
"inputs": {
"lowdown-src": "lowdown-src",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1601641166,
"narHash": "sha256-GmQJdBcKAlzHCikxqhh1WKONbQ0mQUDMDXf/JN5YUBI=",
"owner": "NixOS",
"repo": "nix",
"rev": "57b935a8931fb59cdfe521357e76326d467a9a86",
"type": "github"
},
"original": {
"id": "nix",
"type": "indirect"
}
},
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1591633336,
"narHash": "sha256-oVXv4xAnDJB03LvZGbC72vSVlIbbJr8tpjEW5o/Fdek=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "70717a337f7ae4e486ba71a500367cad697e5f09",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-20.03-small",
"type": "indirect"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1601475821, "lastModified": 1601475821,
"narHash": "sha256-7AI8j/xq5slauMGwC3Dp2K9TKDyDtBXBebeyWsE9euE=", "narHash": "sha256-7AI8j/xq5slauMGwC3Dp2K9TKDyDtBXBebeyWsE9euE=",
"owner": "Nixos", "owner": "Nixos",
@ -67,8 +18,7 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"nix": "nix", "nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs_2"
} }
} }
}, },

View File

@ -11,7 +11,7 @@
version = "1.0.0"; version = "1.0.0";
in { in {
overlay = final: prev: { overlay = final: prev: {
swatch = with final; in stdenv.mkDerivation { swatch = with final; stdenv.mkDerivation {
name = "swatch-${version}"; name = "swatch-${version}";
buildInputs = [ gawk utillinux ]; buildInputs = [ gawk utillinux ];
src = self; src = self;