Merge pull request #401 from Jas-SinghFSU/nix/update

Nix/update
This commit is contained in:
orangc
2024-10-30 08:42:07 +03:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View File

@@ -6,11 +6,11 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1727303518, "lastModified": 1728326430,
"narHash": "sha256-lO5JMynTxNZxg/+E4/Y9reeLGIz/M8cEue+Re4cP6qo=", "narHash": "sha256-tV1ABHuA1HItMdCTuNdA8fMB+qw7LpjvI945VwMSABI=",
"owner": "Aylur", "owner": "Aylur",
"repo": "ags", "repo": "ags",
"rev": "cd543afec4d9ed708990e5ba52184716809bf248", "rev": "60180a184cfb32b61a1d871c058b31a3b9b0743d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -37,11 +37,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1727634051, "lastModified": 1729880355,
"narHash": "sha256-S5kVU7U82LfpEukbn/ihcyNt2+EvG7Z5unsKW9H/yFA=", "narHash": "sha256-RP+OQ6koQQLX5nw0NmcDrzvGL8HDLnyXt/jHhL1jwjM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "06cf0e1da4208d3766d898b7fdab6513366d45b9", "rev": "18536bf04cd71abd345f9579158841376fdd0c5a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -48,6 +48,7 @@
cp -r scss $out cp -r scss $out
cp -r widget $out cp -r widget $out
cp -r services $out cp -r services $out
cp -r scripts $out
cp -f main.js $out/config.js cp -f main.js $out/config.js
''; '';
}; };
@@ -61,4 +62,3 @@ in {
''; '';
}; };
} }