living on the edge

This commit is contained in:
LavaDesu 2021-06-04 16:38:41 +07:00
parent b7cc34b6e9
commit 6fb7048da8
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 4 additions and 5 deletions

7
flake.lock generated
View file

@ -23,16 +23,15 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1622103435, "lastModified": 1622798937,
"narHash": "sha256-5i5mGg402AANnSRQmWVo7lqiyw3taoMwX26oslOD9c4=", "narHash": "sha256-bYcm3vPOlgziVM0Qg1wUKLyz0TJPk9TG1HqR04Da1+A=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5658fadedb748cb0bdbcb569a53bd6065a5704a9", "rev": "425cfd7de4cdc6ee4a4e08ae2057b3f7c1714e73",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -1,6 +1,6 @@
{ {
inputs = { inputs = {
nixpkgs = { url = "github:NixOS/nixpkgs/nixos-unstable"; }; nixpkgs = { url = "github:NixOS/nixpkgs"; };
home-manager = { url = "github:LavaDesu/home-manager/xsession-profilePath"; }; home-manager = { url = "github:LavaDesu/home-manager/xsession-profilePath"; };
secrets = { url = "github:LavaDesu/flakes-secrets"; }; secrets = { url = "github:LavaDesu/flakes-secrets"; };